From: Eli Zaretskii Date: Sat, 15 Sep 2001 08:00:07 +0000 (+0000) Subject: Fix a typo in a comment. From Pavel Janik. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~62054 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=966533c9c75383de8a8d0310fc0e1399d1a0b927;p=emacs.git Fix a typo in a comment. From Pavel Janik. --- diff --git a/src/alloc.c b/src/alloc.c index b048d04e645..b4989c4691b 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1916,7 +1916,7 @@ int n_float_blocks; struct Lisp_Float *float_free_list; -/* Initialze float allocation. */ +/* Initialize float allocation. */ void init_float ()